Skip to content

add debug logging and -v arguments - #10

Merged
evanugarte merged 6 commits into
SCE-Development:devfrom
IanC114:add-logging-and-args
Jul 25, 2026
Merged

add debug logging and -v arguments#10
evanugarte merged 6 commits into
SCE-Development:devfrom
IanC114:add-logging-and-args

Conversation

@IanC114

@IanC114 IanC114 commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Add debug logging when a websocket connection is established, severed, and when a webhook is received. Also added -v and --verbose flag to increase verbosity

resolves #2

Comment thread server.py Outdated

if __name__ == "__main__":
uvicorn.run("server:app", host="0.0.0.0", port=5000)
uvicorn.run(app, host="0.0.0.0", port=5000)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why change this line

@evanugarte
evanugarte force-pushed the add-logging-and-args branch from 55fabad to 54656ef Compare July 25, 2026 20:04
@evanugarte
evanugarte merged commit ffe4077 into SCE-Development:dev Jul 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add debug logging, and -v arguments

2 participants